home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_148_setinstruction.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  418 b   |  12 lines

  1. setinstruction instruction-list
  2.  
  3. Sets the instruction for the current turtle. This is equivalent to typing the instructions in the turtle‚Äôs dialog box. If the list includes the word forever or launch, the instruction‚Äôs mode is set to Many Times or Once accordingly. If these words are not included, the mode is unchanged.
  4.  
  5. Examples:
  6.  
  7. setinstruction [fd 50]
  8. clickon
  9. clickoff
  10. setinstruction [forever [fd 1]]
  11. clickon
  12.